home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rsh_104.zip / RSHELL-X.ZIP / RSHELL.HLP < prev    next >
Text File  |  1990-08-23  |  8KB  |  163 lines

  1.    *************************************************************************
  2.  
  3.                        T H E   R E M O T E   S H E L L
  4.  
  5.                      by Michael W. Bayley - July 24, 1989
  6.                 Mycroft Systems, San Jose, CA.  (408)927-0105
  7.  
  8.    *************************************************************************
  9.  
  10.  
  11.    GENERAL INFORMATION:
  12.    --------------------
  13.    This program allows you to maneuver through a controlled set of disk
  14.    directories.  You can examine subdirectories, create new subdirectories,
  15.    copy files, etc. all at the discretion of the sysop.
  16.  
  17.    There are two directory windows.  The active directory window will show
  18.    with the directory name highlighted and the cursor arrow active.  The
  19.    passive window will show with the directory name dim and no cursor
  20.    arrow.
  21.  
  22.    The current file is the file pointed to by the cursor arrow.  The cursor
  23.    arrow will be highlighted when RShell is waiting for a command and will
  24.    be dim or invisible when RShell is executing a command.
  25.  
  26.    Files can be marked for action using the space bar.  Marked files will
  27.    be shown highlighted while unmarked files will be shown dim.  Some
  28.    commands will act on the group of marked files within the active window.
  29.  
  30.    Menu items shown in square brackets [ ], perform a function against a
  31.    single file or sibdirectory.  The file or subdirectory to be used is the
  32.    one pointed to by the arrow indicator.  Menu items shown in angle brackets
  33.    < >, perform a function against all marked files.  If no files are marked
  34.    then it performs its function on the current file or directory.
  35.  
  36.  
  37.    CONTROL KEYS:
  38.    -------------
  39.    Some keys are always available to mark files and to change windows and
  40.    the current file.  The following is a description of the window control
  41.    keys (Note these are not keys used by holding down the CTRL button):
  42.  
  43.         [HOME] [7]      This key will set the current entry to the first
  44.                         file or subdirectory in the active window.
  45.  
  46.         [END]  [1]      This key will set the current entry to the last
  47.                         file or subdirectory in the active window.
  48.  
  49.         [PGUP] [9]      This key will move up the current entry by one
  50.                         screen (10 entries).
  51.  
  52.         [PGDN] [3]      This key will move down the current entry by one
  53.                         screen (10 entries).
  54.  
  55.         [UP]   [8]      This key will move the current entry up by one
  56.                         to the previous file or subdirectory.
  57.  
  58.         [DOWN] [2]      This key will move the current entry down by one
  59.                         to the next file or subdirectory.
  60.  
  61.         [LEFT] [4]      This key will set the left window as the active
  62.                         window.
  63.  
  64.         [RIGHT][5]      This key will set the right window as the active
  65.                         window.
  66.  
  67.         [SPACE BAR]     This key will toggle the mark status of the current
  68.                         entry.  Note that you cannot mark directories.
  69.  
  70.  
  71.    MAIN MENU COMMANDS:
  72.    -------------------
  73.    The following section describes the various main menu commands:
  74.  
  75.    [L] Log Dir          This command will change the active window
  76.                         directory from the current one to the shown as the
  77.                         current entry.  An error will occur if the current
  78.                         entry is not a directory.
  79.  
  80.    [M] Make Dir         This command will create a new subdirectory with
  81.                         the active windows directory.  You will be prompted
  82.                         for the directory name.  The name may not include
  83.                         the characters *, ?, :, and may not contain more
  84.                         than one period.  Names beginning with or ending
  85.                         with a period are also illegal.
  86.  
  87.    [K] Kill Dir         This command will delete the directory shown as
  88.                         the current entry.  You will be prompted to verify
  89.                         that you want to kill the directory in question.
  90.                         Directories containing files or active directories
  91.                         (those shown in the windows) may not be killed.
  92.  
  93.    [T] Type File        This command will display the contents of the
  94.                         current entry.  The current entry must be a file
  95.                         or an error will occur.  The file is assumed to
  96.                         be ASCII or ANSI, otherwise garbage will be typed.
  97.                         The file is displayed one screen at a time and
  98.                         you will be prompted for more as with this file.
  99.  
  100.    [R] Rename File      This command will allow you to change the name
  101.                         of the current entry.  Only files may be renamed.
  102.                         The name may not include the characters *, ?, :,
  103.                         and may not contain more than one period.  Names
  104.                         beginning with or ending with a period are also
  105.                         illegal.
  106.  
  107.    [E] Edit File        This command will edit the current entry.  The
  108.                         current entry must be a file or an error will
  109.                         occur.  The file is assumed to be ASCII otherwise
  110.                         garbage will be displayed.  Help is available in
  111.                         the editor.
  112.  
  113.    <D> Delete File(s)   This command will delete all marked files.  If no
  114.                         files are marked then the current entry, if a file,
  115.                         will be deleted.  You will be prompted for an
  116.                         acknowledgement before any files are delted.
  117.  
  118.    <C> Copy File(s)     This command will copy all marked files from the
  119.                         active window directory to the passive window
  120.                         directory.  If no files are marked then the current
  121.                         entry, if a file, is copied.  You will be prompted
  122.                         for an acknowledgemt before the files are copied.
  123.  
  124.    <-> Clear Marks      This command will clear all marks in the active
  125.                         window.  You will be prompted for an acknowledgement
  126.                         before the marks are cleared.
  127.  
  128.    [F] Dir Filter       This command will allow you to change the directory
  129.                         filter.  The current filter is displayed first so
  130.                         that you can see its setting.  The directory filter
  131.                         controls what files will be displayed in the
  132.                         directory windows.  The ? character acts as a don't
  133.                         care and will match any character.  As an example,
  134.                         a filter of ????????.C will only display the .C
  135.                         files.
  136.  
  137.                         Note that this command will result in both directory
  138.                         windows being relogged and thus all file marks are
  139.                         lost.
  140.  
  141.    [S] Select Root      This command will allow the user to select between
  142.                         the root directories he is currently logged into.
  143.                         Note that root directories are logical roots as
  144.                         defined by the SysOp.
  145.  
  146.    [X] Extended Cmds    This command will give you access to an extended
  147.                         command menu.  These are commands that will execute
  148.                         batch files as setup by the sysop.  Help is availble
  149.                         in the extended commands menu,
  150.  
  151.    [P] Page SysOp       This command will attempt to page the system operator
  152.                         during his available hours.
  153.  
  154.    [?] Help             This command is the one you are executing.
  155.  
  156.    [Q] Quit RShell      This command will exit the shell and return to the
  157.                         BBS.  You will be prompted for an acknowledgement
  158.                         before the program terminates.
  159.  
  160.  
  161.    *************************************************************************
  162.  
  163.